Skip to content

[3.6] bpo-33584: Fix several minor bugs in asyncio. (GH-7003)#7006

Merged
serhiy-storchaka merged 1 commit intopython:3.6from
serhiy-storchaka:backport-6655354-3.6
May 20, 2018
Merged

[3.6] bpo-33584: Fix several minor bugs in asyncio. (GH-7003)#7006
serhiy-storchaka merged 1 commit intopython:3.6from
serhiy-storchaka:backport-6655354-3.6

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka commented May 20, 2018

  • repr() was called for a borrowed link.
  • str() was used instead of repr() in formatting one error message.
    (cherry picked from commit 6655354)

https://bugs.python.org/issue33584

* str() was used instead of repr() in formatting one error message.
* There was a reference leak in an error case.
(cherry picked from commit 6655354)
@serhiy-storchaka serhiy-storchaka added type-bug An unexpected behavior, bug, or error skip news labels May 20, 2018
@bedevere-bot bedevere-bot added the type-bug An unexpected behavior, bug, or error label May 20, 2018
@serhiy-storchaka serhiy-storchaka merged commit 49418f6 into python:3.6 May 20, 2018
@bedevere-bot
Copy link
Copy Markdown

@serhiy-storchaka: Please replace # with GH- in the commit message next time. Thanks!

@serhiy-storchaka serhiy-storchaka deleted the backport-6655354-3.6 branch May 20, 2018 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants